home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Demos / Tools / BBEdit 3.1.2 / BBEdit Product & Pricing Info < prev    next >
Encoding:
Text File  |  1995-06-21  |  18.0 KB  |  472 lines  |  [TEXT/R*ch]

  1. ========================================
  2. Text Editors vs. Word Processors
  3. ==== ======= === ==== ==========
  4.  
  5. Many people consider that text editors and word processors are
  6. actually the same type of application, differing mainly on the basis
  7. of size and cost. There are, however, a number of practical features
  8. which affect how a given program should be categorized.
  9.  
  10. Text editors are applications which are used strictly for editing and
  11. transforming text. In this context, "text" means a document which
  12. contains any arbitrary combination of characters, including letters,
  13. numbers, punctuation marks, and other symbols. Some examples include
  14. PostScript text files, BinHex or uuencoded data files, program source
  15. code files, or documents such as this one. The functional emphasis for
  16. a text editor is on manipulation of characters and lines (often within
  17. very large files), rather than words or other units of written
  18. language. This of course does not imply that text editors cannot or
  19. should not have word-oriented functions as well, but rather that they
  20. must handle a variety of arbitrary types of file content which word
  21. processors are not optimized for.
  22.  
  23. A text editor does not commonly incorporate extensive formatting
  24. options, as its goal is to manipulate files which will be employed or
  25. passed on in digital form (e.g. as ASCII files, or as input to some
  26. external formatting or processing program). Thus, provisions for
  27. external interactions with programming environments or similar tools
  28. are also common among text editors.
  29.  
  30. In contrast, word processors are applications optimized and primarily
  31. used for preparing and formatting documents for printed output. In
  32. keeping with the nature of printed documents, word processing programs
  33. naturally focus on language elements such as words, paragraphs, and
  34. sentences, and on providing extensive sets of formatting options to
  35. aid in the production of printed output.
  36.  
  37. In principle, word processors can provide many of the text
  38. manipulation features of text editors. In practice, text editors are
  39. leaner and meaner: they enjoy much smaller footprints (in other words,
  40. they take up less space, both on the disk and in RAM), and are faster
  41. at display and scrolling than word processors. They contain features
  42. that most word processors don't have, such as multi-file search and
  43. replace, line-oriented text manipulation, and even more. They are
  44. ideal tools for programming, telecommunications, cross-platform text
  45. transfer, data analysis, and simple composition (such as the file
  46. you're reading now).
  47.  
  48. BBEdit is a text editor.
  49.  
  50.  
  51. Why BBEdit is so Cool
  52. === ====== == == ====
  53.  
  54. Most text editors are capable tools. BBEdit is a power tool:
  55.  
  56.     -   It's Accelerated for Power Macintosh
  57.     -   Supports the AOCE "Standard Mail Package" for composing,
  58.         reading, and sending PowerTalk(tm) mail messages.
  59.     -   Includes Macintosh Drag and Drop, and support for
  60.         drag-and-drop text editing.
  61.     -   "Soft" text wrapping for easy formatting of text without
  62.         carriage returns.
  63.     -   Integrated PopupFuncs(tm) technology for fast navigation
  64.         of C, C++, Pascal, Object Pascal, and 68K assembler source
  65.         files.
  66.     -   Unique Multi-File Compare, for comparing text files, folders,
  67.         and project documents.
  68.     -   Integrated support for THINK C(tm) and Symantec C++.
  69.             (THINK C/Symantec C++ version 6.0 or later required)
  70.     -   Integrated support for Metrowerks CodeWarrior(tm)
  71.             (CodeWarrior version 1.2 or later ("CW5") required)
  72.     -   Integrated support for Symantec C++ for Power Macintosh v8.0
  73.     -   Scriptable, via AppleScript(r), Frontier, or any other OSA-
  74.         compliant scripting system.
  75.     -   Support for MPW(r)'s ToolServer.
  76.     -   Support for the MPW "411" on-line Macintosh
  77.             programming reference.
  78.     -   Importing and Exporting of foreign file formats via
  79.             Claris XTND(tm).
  80.     -   Disk and Glossary Browsers.
  81.     -   Ability to read THINK C, THINK Pascal, and Code
  82.         Warrior projects for browsing and searching.
  83.     -   Support for On Location(tm) for text searches.
  84.     -   Multi-file search and replace.
  85.     -   Automatic line feed translation.
  86.     -   Stationery documents.
  87.     -   Ability to open multiple files with one command.
  88.     -   Pattern ("grep") searching.
  89.     -   System 7 savvy; System 6 friendly.
  90.     -   A/UX(tm) 3.0 compatible.
  91.  
  92. Here's what some of the critics have to say about BBEdit:
  93.  
  94.     "It doesn't suck."
  95.         - Leonard Rosenthol, Director of Advanced Technology,
  96.         Aladdin Systems.
  97.             
  98.     "It has that, as the French say, 'I don't know what'".
  99.         -  Keith Rollin, co-author, Macintosh Programming Secrets
  100.             
  101.     "BBEdit provides much functionality in an uncluttered
  102.      interface that belies its power."
  103.         - TidBITS #202
  104.  
  105.     "The speed of BBEdit on Power Macs is very impressive. Large files
  106.      open very quickly, and search and replace operations,
  107.      particularly multi-file seaching, really fly."
  108.         - Tom Emerson, Software Engineer, Symantec Corporation
  109.         
  110.     "BBEdit's combination of ease of use, drag-and-drop text editing,
  111.      XTND(TM) support, and integration with Symantec C++ have made
  112.      it my ideal development environment." 
  113.         - Chris Borton, Senior Software Engineer, Storm Technology, Inc.
  114.  
  115. Why not use Another Text Editor?
  116. === === === ======= ==== =======
  117.  
  118. There are many reasons:
  119.  
  120.     -   None of them are as well-supported as BBEdit. Others
  121.         go years between maintenance versions and major releases;
  122.         we continually maintain and enhance BBEdit to meet our
  123.         customers' needs.
  124.     
  125.     -   None of them work as smoothly with your chosen development
  126.         tools (CodeWarrior, THINK C/Symantec C++, THINK Reference 2.0,
  127.         or MPW ToolServer) as BBEdit does.
  128.     
  129.     -   None of them can read or search THINK C, THINK Pascal,
  130.         and Code Warrior project documents.
  131.         
  132.     -   None of the others are Accelerated for Power Macintosh.
  133.     
  134.     -   None of them support the Claris XTND mechanism.
  135.     
  136.     -   Or On Location.
  137.         
  138.     -   Or have any neat features like disk browsers.
  139.     
  140.     -   Or support for Balloon Help.
  141.     
  142. And the list goes on.
  143.  
  144. BBEdit has been around for a long time, and continues to support its
  145. installed base. And it promises to keep on doing so. Let's face it:
  146. there are old text editors, and there are bold text editors, but there
  147. are no old, bold text editors.
  148.  
  149.  
  150. Specifications
  151. ==============
  152.  
  153. Current Major Version: 3.1
  154. Application Type: Text Editor
  155. Application Size on Disk: 397K
  156. Total Package Size (application and support files only): 787K
  157. Documentation: supplied in electronic format on CD-ROM.
  158.     180-page perfect-bound User Manual available at extra charge.
  159.  
  160. Maximum File Size: Limited by available system memory; theoretical max. is 2GB.
  161. Maximum number of open files: Limited by available memory.
  162.  
  163. File Formats: Macintosh 'TEXT', DOS, UNIX(tm), any XTND-translatable format.
  164. Apple Event Support: 'required' suite, portions of 'core' suite, custom
  165.     BBEdit control suite, plus additional events as necessary
  166.     for ToolServer, On Location, THINK Reference 2.0, THINK C/Symantec C++.
  167. Text Search & Replace: plain-text search, both forward and reverse. Case-
  168.     and word-sensitive; 'grep' pattern-matching.
  169. Text Viewing and Editing: parenthesis balancing; smart quotes; splittable
  170.     editing windows; optional display of tab stops, line numbers, invisible
  171.     characters, and cursor position.
  172. Expansion: via drop-in code modules. API documented, published, and upward-
  173.     compatible.
  174.  
  175. Requirements
  176. ============
  177.  
  178. System Software: version 6.0.7 or later, or A/UX 3.0 or later. (System 7.0
  179.     or later recommended.)
  180.  
  181. Hardware: Macintosh Plus or later; includes all Plus, SE, II, Quadra, Centris,
  182.     Performa, PowerBook, Duo, Classic, and Power Macintosh models.
  183.         
  184. Memory: 450K of RAM minimum. Compatible with Apple VM, 32-bit mode, and
  185.     Connectix MAXIMA, VIRTUAL, and MODE32 software.
  186.     
  187. Disk: Will fit on an 800K floppy disk with System 6.0.7 minimum installation;
  188.     1.44MB disk with System 7.x minimum installation.
  189.     NOTE: CD-ROM drive strongly recommended.
  190.  
  191. Pricing Information
  192. ======= ===========
  193.  
  194. == NOTE: As of version 3.1, BBEdit is delivered on CD-ROM with electronic ==
  195. == documentation. A floppy/manual set is available at nominal cost to     ==
  196. == customers who do not have access to a CD-ROM drive.                    ==
  197.  
  198. The pricing information presented here is for people who would like to
  199. obtain BBEdit directly from Bare Bones Software. You can also obtain
  200. BBEdit from MacTech Magazine's Mail Order Store; call (310) 575-4343
  201. for pricing and ordering information; BBEdit is also available from
  202. the Apple Programmer's and Developer's Association (APDA); call
  203. 1-800-282-2732 for pricing and ordering information.
  204.  
  205. -----
  206.  
  207. Upgrade Offer Eligibility
  208. ======= ===== ===========
  209.  
  210. Check the following list to determine whether you are eligible for
  211. an upgrade price. If not, you must order using the Individual Copy
  212. pricing given below.
  213.  
  214.  
  215. BBEdit 3.0 and 2.5 Users:
  216.     Provide a copy of your product registration or order number. Offer
  217.     limited to one upgrade copy per original copy purchased.
  218.  
  219. Complementary Upgrade:
  220.     Owners of MPW, THINK C/Pascal, Symantec C++, CodeWarrior, A/UX, and
  221.     MachTen are eligible. Please send in a photocopy of the first page
  222.     of your manual, or a photocopy of the dated purchase receipt. This
  223.     offer applies to any version of these products. If ordering via e-mail,
  224.     please provide the product registration number instead.
  225.  
  226. Competitive Upgrade:
  227.     Users of BBEdit 2.2 and Lite, Vantage, and QUED/M are eligible.
  228.  
  229.     BBEdit Lite or BBEdit 2.2 Users:  Include a screen snapshot of the
  230.     about-box from your copy of BBEdit, or a screen snapshot of the
  231.     Finder's "Get Info" window for your copy of BBEdit. If ordering by
  232.     e-mail, please include the creation date and version number of the
  233.     BBEdit version you have.
  234.  
  235.     Vantage or QUED/M Owners:  Send in the _original_ first page of your
  236.     manual. Only original manual pages will be accepted. If ordering by
  237.     e-mail, please provide the product registration number.
  238.  
  239. Students:
  240.     Currently enrolled full-time undergraduate and graduate students are
  241.     eligible. Include a photocopy of both sides of your currently valid
  242.     student ID or receipt for the current semester's tuition. If ordering
  243.     by e-mail, please provide the name of your college and your student
  244.     ID number.
  245.  
  246. -----
  247.  
  248. =======================================
  249.  BBEdit 3.1 Direct Purchase Price List
  250. =======================================
  251.  
  252. Individual Copy Package*:   _______ copies x $______ /copy  = $________
  253.  
  254. * Package consists of program and electronic documentation 
  255. on CD-ROM, together with selected demos and utilities.
  256.  
  257.     Quantity:   1-5     $119 ea.
  258.                 6-15    $99 ea.
  259.                 16-30   $89 ea.
  260.                 31-50   $75 ea.
  261.                 51+     $69 ea.
  262.  
  263. --
  264.  
  265. Upgrade from BBEdit 3.0:    _______ copies x $______ /copy  = $________
  266.  
  267.     if purchased before December 1, 1994 -- $39
  268.     if purchased on/after December 1, 1994 -- FREE
  269.  
  270. (See above for qualification details)
  271. --
  272.  
  273. Upgrade from BBEdit 2.5:    _______ copies x $ 39.00 /copy  = $________
  274.  
  275. (See above for qualification details)
  276. --
  277.  
  278. Complementary Upgrade:      _______ copies x $ 79.00 /copy  = $________
  279.  
  280. (Eligible programs: MPW, THINK C/Pascal, Symantec C++, CodeWarrior,
  281. A/UX, MachTen. See above for qualification details)
  282. --
  283.  
  284. Competitive Upgrade:        _______ copies x $ 79.00 /copy  = $________
  285.  
  286. (Eligible programs: BBEdit 2.2 and Lite, Vantage, QUED/M.
  287. See above for qualification details)
  288. --
  289.  
  290. Student Price:              _______ copies x $ 39.00 /copy  = $________
  291.  
  292. (See above for eligibility details)
  293. --
  294.  
  295. OPTIONAL:
  296.          Floppy/Manual set: _______ sets   x $ 15.00 /set   = $________
  297.  
  298. Floppy/Manual Set includes program and demo floppy,
  299. 180-page perfect-bound manual. Requires purchase of
  300. BBEdit. Limit: one floppy/manual set per copy of BBEdit
  301. ordered. NOTE: Additional shipping & handling charges
  302. apply. See below for details.
  303. __
  304.  
  305. Site Licenses and Resellers:
  306.  
  307. Please contact Bare Bones Software for information on site license and
  308. reseller pricing.
  309. =============================================================================
  310.  
  311.                                         Total for Software  = $________
  312.  
  313.                                         Sales tax (5% for
  314.                                         orders within MA)   = $________
  315.  
  316.  
  317.                                         Shipping & Handling = $________
  318.                                          (see rates below)
  319. =============================================================================
  320.  
  321.  
  322.                                             ORDER TOTAL     = $________
  323.  
  324. =============================================================================
  325.  
  326.  
  327. Shipping and Handling
  328. ======== === ========
  329.  
  330. == Please note that two-day and overnight shipping options are not ==
  331. == available for student and upgrade orders.                       ==
  332.  
  333. Domestic Shipping & Handling (United States Only):
  334.  
  335. Shipping Method*            Charge**    Delivery Time***
  336. -------- ------             ------      -------- ----
  337. Standard Service            $5.00       varies by destination
  338. Second Day Service          $10.00      second business day
  339. Overnight Service           $20.00      next business day
  340.  
  341.  
  342. International Shipping & Handling (Canada, Europe, etc)****:
  343.  
  344. Standard Service            $5.00       varies by destination
  345. Federal Express Priority    $40.00+     second business day*****
  346.  
  347. Notes:
  348. ------
  349.  
  350. *   Domestic shipping method is "best way", and varies at our sole
  351.     discretion.
  352.  
  353. **  Shipping charges are based on one copy per order. For
  354.     multiple copies per order, please add an additional per-copy
  355.     charge of half the listed single copy charge.
  356.     
  357.     If you are ordering floppy/manual sets, add US$5 per set to the 
  358.     total shipping and handling charge.
  359.     
  360. *** Delivery time is from receipt of order. Ground and two-day
  361.     service orders will typically be processed within five days of
  362.     receipt. Overnight orders will typically be processed on the
  363.     day of receipt. (Order processing and delivery times are
  364.     approximate, and can vary due to circumstances beyond our control.)
  365.  
  366. **** Packages shipped to international destinations may be subject
  367.     to import broker fees and local taxes, which are the responsibility
  368.     of the recipient. Additionally, we cannot be responsible for delays
  369.     due to customs processing at the port of entry.
  370.  
  371. ***** Minimum charge. Federal Express shipping charges for international 
  372.     shipment vary by destination and weight of package.
  373.  
  374. Ordering Information
  375. ======== ===========
  376.  
  377. Orders should include the following:
  378.  
  379.     * Order Quantity and Payment:
  380.         Check, bank draft, or money order for the appropriate
  381.         amount, as determined from the order form above. Checks,
  382.         drafts, and money orders should be made payable to
  383.         "Bare Bones Software". If paying by credit card (MasterCard
  384.         and Visa only), please also include the following information
  385.         with your order:
  386.  
  387.             -  Your name, as it appears on the credit card.
  388.             -  The address to which the credit card is billed.
  389.             -  The credit card number (MasterCard and Visa only).
  390.             -  The expiration date (month/year) of the card.
  391.  
  392.     * Shipping Address:
  393.         The address to which your order should be shipped.
  394.  
  395.     * Contact Information:
  396.         Your phone number and e-mail address, if appropriate (for
  397.         registration and product support purposes).
  398.  
  399.     * Proof of Discount Eligibility:
  400.         If you're requesting a discount price, include one
  401.         proof of discount for -each- copy you would like to
  402.         buy at the discounted price.
  403.  
  404. Purchase Orders: We accept purchase orders from D&B-rated businesses,
  405. as well as universities, and government agencies (state or federal).
  406. Terms are NET 30. Note that we will not accept purchase orders for
  407. copies ordered at the student price.
  408.  
  409. If you are a small business or reseller, please write or call for
  410. additional information.
  411.  
  412.  
  413. Placing Your Order
  414. ======= ==== =====
  415. To place an order or request additional information by mail, write to:
  416.  
  417.     Bare Bones Software
  418.     P.O. Box 108
  419.     Bedford, MA 01730-0108
  420.  
  421. To place an order or request additional information by e-mail, write to:
  422.  
  423.     Internet: bbsw@netcom.com
  424.     CIS: 73051,3255
  425.     AppleLink: BARE.BONES
  426.     eWorld: BareBones
  427.  
  428. To place an order or request information by phone, call (508) 651-3561.
  429.  
  430. To place an order or request information by fax, fax (508) 651-7584.
  431.  
  432. To get a printable order form or product information in Adobe Acrobat (PDF) 
  433. format via ftp, use one of the following URLs:
  434.  
  435. Order Form:
  436.   ftp://ftp.netcom.com/pub/bb/bbsw/product-info/BBEdit3.1_Order_Form.pdf.hqx
  437.   ftp://ftp.std.com/vendors/bbsw/product-info/BBEdit3.1_Order_Form.pdf.hqx
  438.   
  439. Info Sheet:
  440.   ftp://ftp.netcom.com/pub/bb/bbsw/product-info/BBEdit3.1_Data_Sheet.pdf.hqx
  441.   ftp://ftp.std.com/vendors/bbsw/product-info/BBEdit3.1_Data_Sheet.pdf.hqx
  442.  
  443.  
  444. Demo Version Availability
  445. ==== ======= ============
  446.  
  447. A demo version of BBEdit 3.1 is available on the Internet for
  448. anonymous FTP from ftp.netcom.com, in /pub/bb/bbsw/demos or from
  449. ftp.std.com, in /vendors/bbsw/demos; the demo can also be found 
  450. on any of the Info-Mac mirrors in the /info-mac/text area. On CIS, 
  451. look for BBEDIT.DMO in various forum libraries, including MACDEV, 
  452. SYMDEV, and ZMC:DOWNTECH, or use the File Finder with keyword 
  453. "bbedit". The BBEdit demo package is also available from various 
  454. other information services and BBSes; check yours to see if 
  455. it's there.
  456.  
  457. If you have the ability to resolve URLs, the following URLs will
  458. lead to the BBEdit demo package:
  459.  
  460.   ftp://ftp.netcom.com/pub/bb/bbsw/demos/bbedit-312-demo.hqx
  461.   ftp://ftp.std.com/vendors/bbsw/demos/bbedit-312-demo.hqx
  462.  
  463. =============================================================================
  464. All products mentioned are trademarks or registered trademarks of their 
  465. respective developers.
  466.  
  467. This document is written by and copyright (c)1995 by Bare Bones Software, Inc.
  468. It may be redistributed freely as long as it is not modified in any way.
  469.  
  470. Information presented here is accurate as of the time of writing, but is
  471. subject to change without notice.
  472.